Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in server.mdx #169

Closed
wants to merge 1 commit into from

Conversation

rohitkhatana
Copy link

fixed the example typo for running server. and added detail example for uv command

Motivation and Context

  1. Current server launch example command did not work and can confuse the developers who is trying to setup a MCP server.
  2. Given example for uv command in MCP server will not work for most the developers, so adding exact example how to add command to configure the weather server.

How Has This Been Tested?

I have tested this there is minor typo for launch command example. and adding more detailed examples to setup the uv command

Breaking Changes

No breaking changes

Types of changes

  • [ x] Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • [x ] I have added or updated documentation as needed

fixed the example typo for running server. and added detail example for uv command
@rohitkhatana rohitkhatana changed the title Update server.mdx fix typo is server.mdx Mar 7, 2025
@rohitkhatana rohitkhatana changed the title fix typo is server.mdx fix typo in server.mdx Mar 7, 2025
Comment on lines +306 to 314
Replace the directory path with the absolute path to your weather project folder
For macOS/Linux users: Use forward slashes in your path (e.g., /Users/username/projects/weather-app/weather)
If uv is not in your PATH, specify the full path to the executable:

Windows: "command": "C:\\Users\\YourUsername\\AppData\\Local\\Programs\\Python\\uv.exe"
macOS: "command": "/Users/username/.local/bin/uv"

The configuration defines a server named "weather" that will be managed by MCP
</Warning>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is true for everyone. We should leave this out probably.

dsp-ant added a commit that referenced this pull request Mar 10, 2025
@dsp-ant
Copy link
Member

dsp-ant commented Mar 10, 2025

I fixed this as part of a849854. Thank you so much for spotting. CLosing this out.

@dsp-ant dsp-ant closed this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants